ComponentOne ASP.NET MVC Controls
IsContentHtml Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : IsContentHtml Method
The value.
Configurates C1.Web.Mvc.ListBox<T>.IsContentHtml. Sets a value indicating whether the list displays items as plain text or as HTML.
Syntax
'Declaration
 
Public Function IsContentHtml( _
   ByVal value As Boolean _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> IsContentHtml( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members